home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cdrom15a.zip / SEND_Y.BAT < prev    next >
DOS Batch File  |  1991-10-22  |  489b  |  17 lines

  1. @echo off
  2. ::
  3. :: %1 = Uart Base Like: '03F8' (Can be used for NON Standard COM Ports
  4. ::      And DSZ portx command)
  5. ::
  6. :: %2 = IRQ, the Interrupt in which the COM Port is on.
  7. ::
  8. :: %3 = Full path+filename to file being Downloaded Like: 'L:\001A\FILE.ZIP'
  9. ::
  10. :: %4 = COM Port (Suchas 1 or 2) Can be used with DSZ port command
  11. ::
  12. :: %5 = Caller Connect Speed Like '2400'
  13. ::
  14. :: %6 = Locked Baud Rate Like: '19200'
  15. ::
  16. dsz.com port %4 handshake both pB4096 z estimate 0 %5 sb %3
  17.